home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Word / S-Sp / SCSI Hard Disk⁄Macs < prev    next >
Encoding:
Text File  |  1987-07-05  |  2.8 KB  |  56 lines  |  [TEXT/GEOL]

  1. SCSI Hard Disk Drives: Using them on different Macintoshes
  2. This article pertains to all external SCSI hard disks: Apple HD20SC, Apple
  3. HD40SC, and Apple HD80SC.
  4.  
  5. To initilaize a SCSI hard disk drive you want to use on a Macintosh:
  6.  
  7.   1. Always use Apple HD SC Setup.
  8.  
  9.   2. Always initialize from the type of Macintosh the drive will be connected
  10.      to. For example, if you wish to connect a Apple HD40 SC to a Macintosh
  11.      Plus, initialize that hard disk with a Macintosh Plus.
  12.  
  13.      If you want more than one type of Macintosh to access the SCSI hard disk,
  14.      always initialize it from the slowest system for the best average
  15.      performance. You must do this because, with Apple HD SC Setup, different
  16.      types of Macintoshes initialize a SCSI hard disk with a different
  17.      interleave.
  18.  
  19.      Computer         Interleave   "speed"
  20.  
  21.      Macintosh II     1:1          "fast"
  22.      Macintosh SE     2:1          "medium"
  23.      Macintosh Plus   3:1          "slow"
  24.  
  25.      Apple II         3:1          "slow"
  26.  
  27. Interleave is the ratio of consecutive sectors a CPU can read from or write
  28. to. This means that a Macintosh II is fast enough to read from or write to
  29. every consecutive sector, a Macintosh SE can only read every other sector,
  30. and the Macintosh Plus is only fast enough to read one in every three
  31. sectors. An Apple II also has an interleave of 3:1. The Apple II can support
  32. a 3:1 interleave because the SCSI card has a 8K RAM buffer enabling it to
  33. buffer data until the CPU is ready for it.
  34.  
  35. Delays occur when you connect a "slower" Macintosh to a hard disk initialized
  36. on a "faster" Macintosh. For example, a hard disk intialized from a Macintosh
  37. II has more data on every consecutive sector than a Macintosh Plus can
  38. consecutively read, necessitating a full revolution of the platter before the
  39. Macintosh Plus can access the sectors it knows it missed. There's a delay of
  40. the revolution of only one or two sectors when a "fast" Macintosh accesses a
  41. hard disk intialized from a "slower" Macintosh.
  42.  
  43. For the change in interleave ratio between the Macintosh Plus and the
  44. Macintosh SE, there are three reasons: improved performance, hardware
  45. handshaking, and changes in SCSI firmware. First, the Macintosh SE performs
  46. more quickly, even though it uses the Macintosh Plus' 68000 processor running
  47. at the same speed. The Macintosh SE has a change in hardware design that
  48. allows the video circuitry 1 long word access to the RAM for every 3 made by
  49. the processor, as opposed to the 1 video access for every 1 made by the
  50. processor on previous Macintoshes. Next, hardware handshaking was
  51. implemented, allowing cleaner and faster communication between the Macintosh
  52. SE and the drive. Finally, the SCSI firmware was cleaned up and optimized for
  53. the SE. Previous bugs and patches caused the SCSI driver to not perform as
  54. quickly as it should.
  55.  
  56.